Package-level declarations

Types

Link copied to clipboard
data class Scale(var scaleX: Float, var scaleY: Float)

Represents the scale factors for an animation.

Link copied to clipboard

A class that provides a spring animation for scaling a view.

Functions

Link copied to clipboard
fun <T> springAnimation(target: T, name: String, getter: (T) -> Float, setter: (T, Float) -> Unit): SpringAnimation

Creates a SpringAnimation for a custom property using getter and setter lambdas.